home *** CD-ROM | disk | FTP | other *** search
- package
- {
- import flash.events.Event;
-
- public class ComponentScrollerEvent extends Event
- {
-
- public static const COMPONENT_SCROLLER_UPDATED:String = "ComponentScrollerUpdated";
-
-
- public function ComponentScrollerEvent(param1:String, param2:Boolean = false, param3:Boolean = false)
- {
- super(param1,param2,param3);
- }
- }
- }
-